; Fix typo in configure.ac
authorPo Lu <luangruo@yahoo.com>
Wed, 7 Feb 2024 01:24:32 +0000 (09:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 7 Feb 2024 01:25:48 +0000 (09:25 +0800)
* configure.ac: Fix typo.  Reported by Juri Linkov
<juri@linkov.net>.

configure.ac

index 901980c4d8e2111d07e8fd1ca90406e441d5951e..b74eba879ab4555be992128f47f3398a75a72226 100644 (file)
@@ -1231,7 +1231,7 @@ package will likely install on older systems but crash on startup.])
   passthrough="$passthrough --with-mailutils=$with_mailutils"
   passthrough="$passthrough --with-pop=$with_pop"
   passthrough="$passthrough --with-harfbuzz=$with_harfbuzz"
-  passthrough="$passthrough --with-threads=$with_png"
+  passthrough="$passthrough --with-threads=$with_threads"
 
   # Now pass through some checking options.
   emacs_val="--enable-check-lisp-object-type=$enable_check_lisp_object_type"